iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 5
0
自我挑戰組

Python自主學習系列 第 7

Day7---Python集合、字典的基本運算

  • 分享至 

  • xImage
  •  

今天要講解的是Set跟Dictionary的基本運算 :

一、集合:一群資料、無順序性

1.判斷資料是否存在:使用 in 和 not in 運算符號
https://ithelp.ithome.com.tw/upload/images/20190924/20120902LcVacHsTnd.png
2.交集、聯集:使用 & 和 | 運算符號
https://ithelp.ithome.com.tw/upload/images/20190925/201209024manfBnZl1.png
https://ithelp.ithome.com.tw/upload/images/20190925/20120902FndypCmnKN.png
3.差集、反交集:使用 - 和 ^ 運算符號
https://ithelp.ithome.com.tw/upload/images/20190925/20120902VHBrEc9iMh.png
https://ithelp.ithome.com.tw/upload/images/20190925/201209027mUKbnv9xT.png
4.字串拆解為集合:set
https://ithelp.ithome.com.tw/upload/images/20190925/20120902zs8VDEKwT7.png

二、字典:(Key-Value Pair)

1.Key對應Value
https://ithelp.ithome.com.tw/upload/images/20190925/20120902ymR67wOgGV.png
2.判斷資料是否存在:使用 in 和 not in 運算符號
https://ithelp.ithome.com.tw/upload/images/20190925/20120902tNoQiv2Lh7.png
3.刪除鍵值對:使用del運算關鍵字
https://ithelp.ithome.com.tw/upload/images/20190925/20120902OHQ9a4ZOQX.png
4.從列表建立字典:以列表的資料為基礎來建立字典
https://ithelp.ithome.com.tw/upload/images/20190925/20120902xuatkOYm9r.png


上一篇
Day6---Python有序列表的基本運算
下一篇
Day8---Python的流程控制 : if判斷式
系列文
Python自主學習30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言